home *** CD-ROM | disk | FTP | other *** search
/ The ITN Video Atlas of Europe / ITN Video Atlas of Europe, The (1995)(Edge Publishing)[OEM].iso / install / myfuncts.inc / myfuncts.bin
Text File  |  1995-05-04  |  197b  |  6 lines

  1. DECLARE FUNCTION FGetCDRomDrive LIB "mscuistf.dll" AS INTEGER
  2. DECLARE FUNCTION GetRomDrive AS STRING
  3. FUNCTION GetRomDrive STATIC  AS STRING
  4.     GetRomDrive = CHR$(FGetCDRomDrive)
  5. END FUNCTION
  6.